home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_22272.txt < prev    next >
Text File  |  1991-04-30  |  2KB  |  52 lines

  1. -- card: 22272 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: ClipToPICTRes
  6.  
  7.  
  8. -- part contents for background part 13
  9. ----- text -----
  10. 40
  11.  
  12. -- part contents for background part 30
  13. ----- text -----
  14. XCMD
  15.  
  16. -- part contents for background part 2
  17. ----- text -----
  18. ClipToPICTRes
  19.  
  20. -- part contents for background part 3
  21. ----- text -----
  22. This XCMD will take whatever picture is on the clipboard and save it as a PICT resource.  This can be used with the DrawPict* XCMD
  23.  
  24. People are encouraged to use these freely, but they will not be supported.
  25. If anyone is interested in the source code, or have questions, they can
  26. contact me at:
  27.  
  28. High Performance Systems
  29. 13 Dartmouth College Hwy
  30. Lyme, NH 03768
  31. Attn:  Michael McClennen
  32. (603)-795-4857
  33.  
  34. Michael is another of those loyal Developer Stack devotees who received the latest issue free because he donated this XCMD to the stack.  Thanks, Mike.  [Editor]
  35.  
  36.  
  37. -- part contents for background part 10
  38. ----- text -----
  39. Syntax:
  40.  
  41.   ClipToPICTRes
  42.  
  43. Results:
  44.  
  45. If the clipboard contains 'PICT' data, this XCMD will ask the user to name it, copy it into the heap, mark it as a resource, and write it to the current resource file 
  46. (which will be the current stack).  Note that if the name contains spaces, DrawPict cannot access it.
  47.  
  48. Unfortunately, it cannot tell if you hit cancel on the HyperCard dialog box asking for the name, or if you hit OK with nothing in the field.  In either case, it will cancel.
  49.  
  50. You can compose a picture using the HyperCard paint tools and copy it to the clipboard, or you can use any other graphics program, either bitmap or object.
  51.  
  52.